Skip to content

[codex] fix unit test setup#143

Merged
jayhack merged 1 commit into
developfrom
codex/fix-unit-test-setup
Jun 18, 2026
Merged

[codex] fix unit test setup#143
jayhack merged 1 commit into
developfrom
codex/fix-unit-test-setup

Conversation

@jayhack

@jayhack jayhack commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • keep Cython overload declarations out of the compiled runtime source
  • ignore external Git diff drivers when checking staged changes before commits

Why

The dependency install and unit test setup initially hit two local-environment-sensitive blockers: Cython import initialization failed on runtime overload stubs, and a global external diff driver failed on intentionally binary/non-UTF-8 test fixtures.

Validation

  • uv sync --dev --reinstall-package graph-sitter
  • uv run pytest tests/unit -n auto

Final unit result: 2116 passed, 58 skipped, 12 xfailed.

@jayhack jayhack marked this pull request as ready for review June 18, 2026 18:47
@jayhack jayhack requested a review from a team as a code owner June 18, 2026 18:47
@jayhack jayhack requested review from kopekC and removed request for a team June 18, 2026 18:47
@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@jayhack jayhack merged commit e093f27 into develop Jun 18, 2026
23 of 28 checks passed
@jayhack jayhack deleted the codex/fix-unit-test-setup branch June 18, 2026 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants